refactor: update dependency github.com/ory/dockertest to v4#370
Merged
anderseknert merged 2 commits intoopen-policy-agent:mainfrom Apr 10, 2026
Conversation
…d of old docker dependency Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
Contributor
Author
|
@anderseknert would be great to get the test run and a review after successful test runs. |
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
Contributor
Author
|
I need another approval for test run, go version was too old to run the tools. |
Contributor
Author
|
@anderseknert I need a click to approve the test run |
Member
|
Sorry about the delay! I don't check my email too often 😅 |
Contributor
Author
|
@anderseknert the e2e likely only needs a retry , because it failed to download x/test dependency. |
Member
|
Thanks! |
ponimas
pushed a commit
to zalando/skipper
that referenced
this pull request
Apr 13, 2026
- testcontainers-go depends on docker/docker - eopa depends on docker/docker Both depend only in tests/examples on docker/docker , so CVE is not a vulnerability in skipper binary. testcontainers-go was fixed testcontainers/testcontainers-go#3591 eopa we are working on a fix open-policy-agent/eopa#370 --------- Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor: update dependency github.com/ory/dockertest to v4 to get rid of old docker dependency
This is needed to fix osv-scanner finding caused by github.com/ory/dockertest/v3 having a dependency to an outdated docker/docker, version.
ref:
https://osv.dev/vulnerability/GHSA-x744-4wpc-v9h2
https://osv.dev/vulnerability/GHSA-pxq6-2prw-chj9
testcontainers/testcontainers-go#3591